CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - SIMULATEDANNEALING matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - SIMULATEDANNEALING matlab - List
[
Other resource
]
c_inference_ver2.2
DL : 0
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use \"help inference\" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use \"help gbp_preprocess\" and \"help gbp\" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use \"help simulatedAnnealing\" from Matlab.
Date
: 2008-10-13
Size
: 81.98kb
User
:
bevin
[
matlab
]
模拟退火
DL : 0
模拟退火算法的资料-simulated annealing algorithm information
Date
: 2025-07-01
Size
: 15kb
User
:
林惠强
[
AI-NN-PR
]
SimulatedAnnealing
DL : 0
模拟退火程序:这部分代码是模式识别中结合模拟退火法的特征提取,大家可以对其进行简单的改进会获得更好的效果,比如改变温度表,加上“记忆体”,结合遗传算法等 -simulated annealing procedures : This code is part of pattern recognition in combination with simulated annealing method of feature extraction, you can perform simple improvements will be better results, such as changes in thermometers, the words "memory" combining genetic algorithm
Date
: 2025-07-01
Size
: 191kb
User
:
天才
[
Education soft system
]
SimulatedAnnealing
DL : 0
主要用于地球物理反演,算法简单,但基本的步骤都有,所以很容易根据程序来改进运用-Mainly used in geophysical inversion, the algorithm is simple, but the basic steps are, so it is easy to use in accordance with procedures to improve
Date
: 2025-07-01
Size
: 1kb
User
:
张大莲
[
Algorithm
]
c_inference_ver2.2
DL : 0
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
Date
: 2025-07-01
Size
: 82kb
User
:
bevin
[
matlab
]
SimulatedAnnealing
DL : 0
Simulated Annealing Impelemtation in MATLAB
Date
: 2025-07-01
Size
: 3kb
User
:
balatas
[
Windows Develop
]
simulatedannealing
DL : 0
General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or inline) with a loss function, which may be of any type, and needn t be continuous. It does, however, need to return a single value. PARENT is a vector with initial guess parameters. You must input an initial guess. OPTIONS is a structure with settings for the simulated annealing. If no OPTIONS structure is provided, anneal uses a default structure. OPTIONS can contain any or all of the following fields (missing fields are filled with default values): Verbosity: Controls output to the screen. 0 suppresses all output 1 gives final report only [default] 2 gives temperature changes and final report Generator: Generates a new solution from an old one. Any function handle that takes a solution as input and gives a valid solution (i.e.
Date
: 2025-07-01
Size
: 4kb
User
:
Ping-Feng Xu
[
Other
]
simulatedAnnealing
DL : 0
simmulation annealing in matlab source code
Date
: 2025-07-01
Size
: 1kb
User
:
elahe
[
matlab
]
simulatedannealing
DL : 0
数学建模美赛德经典算法MATLAB 源码之退火算法-MCM s very important algorithm simulated annealing
Date
: 2025-07-01
Size
: 1.85mb
User
:
zhangsheng
[
matlab
]
simulatedannealing
DL : 0
用MATLAB编制的模拟退火程序,程序后附注解释,以帮助理解-Compiled with MATLAB simulated annealing procedure
Date
: 2025-07-01
Size
: 3kb
User
:
赵伟
[
Software Engineering
]
SimulatedAnnealing
DL : 0
本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environment in Matlab implementation of the algorithm and the genetic algorithm with the literature, linear regression comparison. Numerical simulation results show that the algorithm can better achieve the optimal fit.
Date
: 2025-07-01
Size
: 17kb
User
:
yaoqiuxiang
[
AI-NN-PR
]
20100823_9292500_0
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 2kb
User
:
zhang
[
AI-NN-PR
]
20100823_9292500_1
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 3kb
User
:
zhang
[
AI-NN-PR
]
20100823_9292500_2
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 4kb
User
:
zhang
[
AI-NN-PR
]
20100823_9292500_3
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 5kb
User
:
zhang
[
AI-NN-PR
]
20100823_9292500_4
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 90kb
User
:
zhang
[
AI-NN-PR
]
20100823_9292500_5
DL : 0
模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment, a custom solution for 20 cities TSP problem, set the appropriate parameters in each run ... Simulatedannealing.m file contains the simulated annealing algorithm. Part of this is the main program, I refer a lot of ...
Date
: 2025-07-01
Size
: 236kb
User
:
zhang
[
SCM
]
matlab
DL : 0
simulatedannealing avec matlab
Date
: 2025-07-01
Size
: 2kb
User
:
aziz
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.